projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb4519
)
(x_make_frame_visible): Args to x_set_offset were swapped.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 21 Apr 1994 08:33:48 +0000
(08:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 21 Apr 1994 08:33:48 +0000
(08:33 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 0353250af7aebd1586f43675893f6626109a55d4..7177d826a8f8add427fa50f8fb0e45f8499375cb 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5372,7
+5372,7
@@
x_make_frame_visible (f)
if (! FRAME_VISIBLE_P (f))
{
#ifdef HAVE_X11
- x_set_offset (f, f->display.x->
top_pos, f->display.x->left
_pos, 0);
+ x_set_offset (f, f->display.x->
left_pos, f->display.x->top
_pos, 0);
if (! EQ (Vx_no_window_manager, Qt))
x_wm_set_window_state (f, NormalState);